home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2007 September / PCWSEP07.iso / Software / Linux / Linux Mint 3.0 Light / LinuxMint-3.0-Light.iso / casper / filesystem.squashfs / usr / share / doc / libsnmp9 / README.Debian < prev    next >
Encoding:
Text File  |  2007-02-07  |  1.4 KB  |  36 lines

  1. Please note the following customizations of the Net-SNMP packages for
  2. Debian.
  3.  
  4. The default configuration disables SMUX support and binds the SNMP port
  5. to 127.0.0.1. Please configure /etc/snmp/snmpd.conf, /etc/hosts.allow
  6. and /etc/hosts.deny first to set up who can access the SNMP daemon, then
  7. edit /etc/default/snmpd and remove 127.0.0.1 from SNMPDOPTS.
  8.  
  9. To enable SMUX again, remove "-I -smux" from SNMPDOPTS and eventually
  10. bind it to localhost by adding "smuxsocket 127.0.0.1" to
  11. /etc/snmpd/snmpd.conf.
  12.  
  13. The default configuration for snmpd is rather paranoid for security
  14. reasons.  Edit /etc/snmp/snmpd.conf or run snmpconf to allow greater
  15. access.
  16.  
  17. The snmpconf program provides a simple, menu driven way of configuring
  18. the snmp applications and daemons.
  19.  
  20. You can individually control whether or not snmpd and snmpdtrap are
  21. run by editing /etc/default/snmp.  In addition, neither daemon will be
  22. run if its config file /etc/snmp is removed.
  23.  
  24. As of net-snmp version 5.0, master agentx support must be enabled in
  25. snmpd before snmptrapd can be run.  See snmpd.conf(5) for how to do
  26. this.
  27.  
  28. As of net-snmp version 5.0, the community string can no longer be
  29. specified after the agent parameter on the command line.  It must now
  30. be specified with the -c option.  Please see snmpcmd(1) for more
  31. information.
  32.  
  33. snmpd is built with TCP Wrappers.  Make sure your /etc/hosts.allow and
  34. /etc/hosts.deny files account for this.
  35.  
  36.